(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
VOID FreeGadgets()
SYNOPSIS
struct Gadget * glist

LOCATION
In GadToolsBase at offset 6
FUNCTION
Frees all gadtools gadgets in a linked list of gadgets.

INPUTS
glist
pointer to the first gadget to be freed, may be NULL.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
CreateGadgetA()
INTERNALS
HISTORY
09.07.1997 srittau
Added CHECKBOX_KIND. (Don't try to use, yet.)
01.07.1997 srittau
o Fixes o Hack to make amiga.lib stubs working o BUTTON_KIND does now work
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision